home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGIMAGESLIDESHOWOPTIONS / TDLGIMAGESLIDESHOWOPTIONS.txt
Text File  |  2004-12-09  |  3KB  |  144 lines

  1. object dlgImageSlideshowOptions: TdlgImageSlideshowOptions
  2.   Left = 449
  3.   Top = 317
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Image Slideshow Options'
  7.   ClientHeight = 181
  8.   ClientWidth = 353
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 337
  24.     Height = 134
  25.     Shape = bsFrame
  26.   end
  27.   object Label7: TLabel
  28.     Left = 21
  29.     Top = 26
  30.     Width = 142
  31.     Height = 13
  32.     Caption = 'Output Title Pages at the size:'
  33.   end
  34.   object Label12: TLabel
  35.     Left = 233
  36.     Top = 26
  37.     Width = 5
  38.     Height = 13
  39.     Caption = 'x'
  40.   end
  41.   object Label1: TLabel
  42.     Left = 24
  43.     Top = 82
  44.     Width = 100
  45.     Height = 13
  46.     Caption = 'Output JPEG Quality:'
  47.   end
  48.   object spnTitlePageDimsX: TSpinEdit
  49.     Left = 175
  50.     Top = 21
  51.     Width = 53
  52.     Height = 22
  53.     Hint = 
  54.       'Specifies the width that title pages will be created at.  For be' +
  55.       'st quality the value should be the same or larger than screen si' +
  56.       'ze'
  57.     Increment = 10
  58.     MaxValue = 10000
  59.     MinValue = 100
  60.     TabOrder = 0
  61.     Value = 1600
  62.   end
  63.   object spnTitlePageDimsY: TSpinEdit
  64.     Left = 245
  65.     Top = 21
  66.     Width = 53
  67.     Height = 22
  68.     Hint = 
  69.       'Specifies the height that title pages will be created at.  For b' +
  70.       'est quality the value should be the same or larger than screen s' +
  71.       'ize'
  72.     Increment = 10
  73.     MaxValue = 10000
  74.     MinValue = 100
  75.     TabOrder = 1
  76.     Value = 1200
  77.   end
  78.   object chkShrinkLargeImages: TCheckBox
  79.     Left = 34
  80.     Top = 48
  81.     Width = 289
  82.     Height = 17
  83.     Hint = 
  84.       'To reduce the size of your slideshow on the disk you can use thi' +
  85.       's option and any large images will be shrunk to the size specifi' +
  86.       'ed (as long as the size is larger than the screen then there wil' +
  87.       'l be no reduction in display quality)'
  88.     Caption = 'Also reduce large images to this size'
  89.     TabOrder = 2
  90.   end
  91.   object chkAutoRun: TCheckBox
  92.     Left = 24
  93.     Top = 111
  94.     Width = 296
  95.     Height = 17
  96.     Hint = 
  97.       'If this option is specified an autorun.inf file will be included' +
  98.       ' on the CD-ROM so that when the disk is inserted into a computer' +
  99.       ' it will start playing automatically'
  100.     Caption = 'Display slideshow automatically when disc is inserted'
  101.     Checked = True
  102.     State = cbChecked
  103.     TabOrder = 4
  104.   end
  105.   object btnOK: TsitBitBtn
  106.     Left = 175
  107.     Top = 150
  108.     Width = 81
  109.     Height = 25
  110.     Caption = 'OK'
  111.     Default = True
  112.     ModalResult = 1
  113.     TabOrder = 5
  114.     Images = frmMain.ImageList1
  115.     ImageIndex = 0
  116.   end
  117.   object btnCancel: TsitBitBtn
  118.     Left = 261
  119.     Top = 150
  120.     Width = 83
  121.     Height = 25
  122.     Cancel = True
  123.     Caption = 'Cancel'
  124.     ModalResult = 2
  125.     TabOrder = 6
  126.     Images = frmMain.ImageList1
  127.     ImageIndex = 1
  128.   end
  129.   object spnJPEGQuality: TSpinEdit
  130.     Left = 133
  131.     Top = 77
  132.     Width = 53
  133.     Height = 22
  134.     Hint = 
  135.       'The JPEG quality value that is used for any images that are save' +
  136.       'd (a value between 75 and 95 is recommended)'
  137.     Increment = 10
  138.     MaxValue = 100
  139.     MinValue = 1
  140.     TabOrder = 3
  141.     Value = 95
  142.   end
  143. end
  144.